ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuBase<T> Class / AutoSelectOnFocus Property

In This Topic
    AutoSelectOnFocus Property (MenuBase<T>)
    In This Topic
    Gets or sets a value that determines whether the first enabled item is automatically focused/selected in the menu.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property AutoSelectOnFocus As Boolean
    [DefaultValue(false)]
    public bool AutoSelectOnFocus {get; set;}
    See Also